The Imagick class
PHP Manual

Imagick::setImageExtent

(PECL imagick 2.0.0)

Imagick::setImageExtentSets the image size

Descripción

bool Imagick::setImageExtent ( int $columns , int $rows )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the image size (i.e. columns & rows).

Lista de parámetros

columns

rows

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual